Compare commits
1 Commits
92ddaee3e5
...
d0a0dc0f3a
Author | SHA1 | Date | |
---|---|---|---|
d0a0dc0f3a |
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user