Compare commits

..

1 Commits

Author SHA1 Message Date
d0a0dc0f3a test 2024-04-03 14:47:59 +02:00
6 changed files with 15 additions and 13 deletions

View File

@ -66,19 +66,19 @@ spec:
readinessProbe:
httpGet:
path: /healthy
port: hydra-oidc-http-port
port: oidc-http-port
initialDelaySeconds: 5
timeoutSeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: /healthy
port: hydra-oidc-http-port
port: oidc-http-port
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 15
ports:
- name: hydra-oidc-http-port
- name: oidc-http-port
containerPort: 8080
envFrom:
- configMapRef:

View File

@ -7,7 +7,8 @@ metadata:
spec:
ports:
- name: hydra-oidc
port: hydra-oidc-http-port
port: oidc-http-port
targetPort: oidc-http-port
selector:
app.kubernetes.io/name: hydra-oidc
status:

View File

@ -72,14 +72,14 @@ spec:
readinessProbe:
httpGet:
path: /health
port: hydra-sql-http-port
port: sql-http-port
initialDelaySeconds: 5
timeoutSeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: /health
port: hydra-sql-http-port
port: sql-http-port
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 15
@ -103,7 +103,7 @@ spec:
runAsGroup: 1000
runAsUser: 1000
ports:
- name: hydra-sql-http-port
- name: sql-http-port
containerPort: 8080
volumeMounts:
- name: sql-login-config

View File

@ -7,7 +7,8 @@ metadata:
spec:
ports:
- name: hydra-sql
port: hydra-sql-http-port
port: sql-http-port
targetPort: sql-http-port
selector:
app.kubernetes.io/name: hydra-sql
status:

View File

@ -67,14 +67,14 @@ spec:
readinessProbe:
httpGet:
path: /health
port: hydra-dispatcher-http-port
port: disp-http-port
initialDelaySeconds: 5
timeoutSeconds: 5
periodSeconds: 10
livenessProbe:
httpGet:
path: /health
port: hydra-dispatcher-http-port
port: disp-http-port
initialDelaySeconds: 15
timeoutSeconds: 5
periodSeconds: 15
@ -93,7 +93,7 @@ spec:
- name: CADDY_APP_ROOT_PUBLIC
value: "/app/public/"
ports:
- name: hydra-dispatcher-http-port
- name: disp-http-port
containerPort: 8080
resources: {}
securityContext:

View File

@ -7,8 +7,8 @@ metadata:
spec:
ports:
- name: http
port: hydra-dispatcher-http-port
targetPort: hydra-dispatcher-http-port
port: disp-http-port
targetPort: disp-http-port
selector:
app.kubernetes.io/name: hydra-dispatcher
status: