fix indent
This commit is contained in:
parent
6da9551d66
commit
b56a8a995b
2 changed files with 20 additions and 19 deletions
|
@ -16,21 +16,21 @@ spec:
|
|||
k8s-app: oauth2-proxy
|
||||
spec:
|
||||
containers:
|
||||
- args:
|
||||
- --provider=oidc
|
||||
- --provider-display2-name="Dex"
|
||||
- --oidc-issuer-url=https://dex.0x76.dev/dex
|
||||
- --redirect-url=https://o2p.0x76.dev/oauth2/callback
|
||||
- --cookie-secure=false
|
||||
- --http-address=0.0.0.0:4180
|
||||
image: quay.io/oauth2-proxy/oauth2-proxy:v7.5.1
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: oauth2-proxy
|
||||
name: oauth2-proxy
|
||||
ports:
|
||||
- containerPort: 4180
|
||||
protocol: TCP
|
||||
- args:
|
||||
- --provider=oidc
|
||||
- --provider-display2-name="Dex"
|
||||
- --oidc-issuer-url=https://dex.0x76.dev/dex
|
||||
- --redirect-url=https://o2p.0x76.dev/oauth2/callback
|
||||
- --cookie-secure=false
|
||||
- --http-address=0.0.0.0:4180
|
||||
image: quay.io/oauth2-proxy/oauth2-proxy:v7.5.1
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: oauth2-proxy
|
||||
name: oauth2-proxy
|
||||
ports:
|
||||
- containerPort: 4180
|
||||
protocol: TCP
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
@ -41,10 +41,10 @@ metadata:
|
|||
namespace: services
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 4180
|
||||
protocol: TCP
|
||||
targetPort: 4180
|
||||
- name: http
|
||||
port: 4180
|
||||
protocol: TCP
|
||||
targetPort: 4180
|
||||
selector:
|
||||
k8s-app: oauth2-proxy
|
||||
---
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
exposes = {
|
||||
www.domain = "0x76.dev";
|
||||
flux.domain = "flux.0x76.dev";
|
||||
o2p.domain = "o2p.0x76.dev";
|
||||
internal.domain = "internal.xirion.net";
|
||||
blog.domain = "blog.xirion.net";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue