cleanup: remove oauth2-proxy-ingress.yaml
This commit is contained in:
parent
80ce5ba4fd
commit
5d7051cec7
@ -1,52 +0,0 @@
|
||||
---
|
||||
# oauth2-proxy ingress for dev subdomain
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: oauth2-proxy-dev
|
||||
namespace: keycloak
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- dev.georgepet.duckdns.org
|
||||
secretName: oauth2-proxy-dev-tls
|
||||
rules:
|
||||
- host: dev.georgepet.duckdns.org
|
||||
http:
|
||||
paths:
|
||||
- path: /oauth2
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: oauth2-proxy
|
||||
port:
|
||||
number: 80
|
||||
---
|
||||
# oauth2-proxy ingress for staging subdomain
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: oauth2-proxy-staging
|
||||
namespace: keycloak
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- staging.georgepet.duckdns.org
|
||||
secretName: oauth2-proxy-staging-tls
|
||||
rules:
|
||||
- host: staging.georgepet.duckdns.org
|
||||
http:
|
||||
paths:
|
||||
- path: /oauth2
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: oauth2-proxy
|
||||
port:
|
||||
number: 80
|
||||
Loading…
x
Reference in New Issue
Block a user