auth svc
This commit is contained in:
15
infra/overlays/upc-dev/chibisafe/auth-service.yaml
Normal file
15
infra/overlays/upc-dev/chibisafe/auth-service.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: chibisafe-auth
|
||||||
|
namespace: chibisafe
|
||||||
|
spec:
|
||||||
|
type: ClusterIP
|
||||||
|
ports:
|
||||||
|
- port: 9001
|
||||||
|
targetPort: 9001
|
||||||
|
protocol: TCP
|
||||||
|
name: auth
|
||||||
|
selector:
|
||||||
|
app.kubernetes.io/name: chibisafe
|
||||||
|
app.kubernetes.io/instance: chibisafe
|
||||||
@@ -30,7 +30,7 @@ spec:
|
|||||||
- match: Host(`chibisafe.forteapps.net`)
|
- match: Host(`chibisafe.forteapps.net`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: chibisafe
|
- name: chibisafe-auth
|
||||||
port: 9001
|
port: 9001
|
||||||
tls:
|
tls:
|
||||||
secretName: chibisafe-tls
|
secretName: chibisafe-tls
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ resources:
|
|||||||
- keycloak-client-config.yaml
|
- keycloak-client-config.yaml
|
||||||
- ingressroute.yaml
|
- ingressroute.yaml
|
||||||
- auth-oidc-secret.yaml
|
- auth-oidc-secret.yaml
|
||||||
|
- auth-service.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user