Compare commits
7 Commits
v2.2.2-uns
...
frankenphp
Author | SHA1 | Date | |
---|---|---|---|
60b5a936cc | |||
a8f2da31c6 | |||
b6a59a0fb5 | |||
930ff42495 | |||
494f6d7fc7 | |||
5c0a0b43a1 | |||
bf338d0a32 |
@@ -17,45 +17,8 @@ spec:
|
|||||||
app.kubernetes.io/name: hydra-oidc
|
app.kubernetes.io/name: hydra-oidc
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hydra-oidc-php-fpm
|
|
||||||
image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.5.12-develop.1308.4d1b0a4
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
|
||||||
readinessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- sh
|
|
||||||
- -c
|
|
||||||
- test -f /etc/php81/php-fpm.d/www.conf
|
|
||||||
livenessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- php
|
|
||||||
- bin/console
|
|
||||||
- -V
|
|
||||||
initialDelaySeconds: 10
|
|
||||||
periodSeconds: 30
|
|
||||||
env:
|
|
||||||
- name: PHP_FPM_LISTEN
|
|
||||||
value: 127.0.0.1:9000
|
|
||||||
- name: PHP_MEMORY_LIMIT
|
|
||||||
value: 128m
|
|
||||||
- name: PHP_FPM_MEMORY_LIMIT
|
|
||||||
value: 128m
|
|
||||||
envFrom:
|
|
||||||
- configMapRef:
|
|
||||||
name: hydra-oidc-env
|
|
||||||
volumeMounts:
|
|
||||||
- name: oidc-tmp
|
|
||||||
mountPath: /tmp
|
|
||||||
resources: {}
|
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsGroup: 1000
|
|
||||||
runAsUser: 1000
|
|
||||||
|
|
||||||
- name: hydra-oidc-caddy
|
- name: hydra-oidc-caddy
|
||||||
image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.5.12-develop.1308.4d1b0a4
|
image: reg.cadoles.com/cadoles/hydra-oidc-base:2025.6.13-develop.1333.aa5c382
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
[
|
[
|
||||||
@@ -97,6 +60,10 @@ spec:
|
|||||||
value: "/tmp/caddy"
|
value: "/tmp/caddy"
|
||||||
- name: CADDY_APP_ROOT_PUBLIC
|
- name: CADDY_APP_ROOT_PUBLIC
|
||||||
value: "/app/public/"
|
value: "/app/public/"
|
||||||
|
- name: CADDY_LOG_FILTER
|
||||||
|
value: healthy|metrics
|
||||||
|
- name: CADDY_LOG_SKIP
|
||||||
|
value: "true"
|
||||||
resources: {}
|
resources: {}
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
@@ -20,54 +20,8 @@ spec:
|
|||||||
app.kubernetes.io/name: hydra-sql
|
app.kubernetes.io/name: hydra-sql
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hydra-sql-fpm
|
|
||||||
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.5.12-develop.1303.64d1c1c
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
|
||||||
readinessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- sh
|
|
||||||
- -c
|
|
||||||
- test -f /etc/php81/php-fpm.d/www.conf
|
|
||||||
livenessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- php
|
|
||||||
- bin/console
|
|
||||||
- -V
|
|
||||||
initialDelaySeconds: 10
|
|
||||||
periodSeconds: 30
|
|
||||||
resources: {}
|
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsGroup: 1000
|
|
||||||
runAsUser: 1000
|
|
||||||
envFrom:
|
|
||||||
- configMapRef:
|
|
||||||
name: hydra-sql-env
|
|
||||||
env:
|
|
||||||
- name: PHP_FPM_LISTEN
|
|
||||||
value: 127.0.0.1:9000
|
|
||||||
- name: PHP_MEMORY_LIMIT
|
|
||||||
value: 128m
|
|
||||||
- name: PHP_FPM_MEMORY_LIMIT
|
|
||||||
value: 128m
|
|
||||||
- name: PHP_FPM_LOG_LEVEL
|
|
||||||
value: warning
|
|
||||||
- name: OPCACHE_VALIDATE_TIMESTAMP
|
|
||||||
value: "0"
|
|
||||||
- name: OPCACHE_REVALIDATE_FREQ
|
|
||||||
value: "0"
|
|
||||||
volumeMounts:
|
|
||||||
- name: hydra-sql-php-ini
|
|
||||||
mountPath: /etc/php81/conf.d/03_base.ini
|
|
||||||
subPath: 03_base.ini
|
|
||||||
- name: sql-tmp
|
|
||||||
mountPath: /tmp
|
|
||||||
|
|
||||||
- name: hydra-sql-caddy
|
- name: hydra-sql-caddy
|
||||||
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.5.12-develop.1303.64d1c1c
|
image: reg.cadoles.com/cadoles/hydra-sql-base:2025.7.30-develop.1146.5f2654c
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"]
|
args: ["/usr/sbin/caddy", "run", "--adapter", "caddyfile", "--config", "/etc/caddy/Caddyfile"]
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
@@ -98,6 +52,10 @@ spec:
|
|||||||
value: "/tmp/caddy"
|
value: "/tmp/caddy"
|
||||||
- name: CADDY_APP_ROOT_PUBLIC
|
- name: CADDY_APP_ROOT_PUBLIC
|
||||||
value: "/app/public/"
|
value: "/app/public/"
|
||||||
|
- name: CADDY_LOG_FILTER
|
||||||
|
value: health|metrics
|
||||||
|
- name: CADDY_LOG_SKIP
|
||||||
|
value: "true"
|
||||||
resources: {}
|
resources: {}
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
@@ -18,50 +18,8 @@ spec:
|
|||||||
app.kubernetes.io/name: hydra-dispatcher
|
app.kubernetes.io/name: hydra-dispatcher
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: hydra-dispatcher-php-fpm
|
|
||||||
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.5.12-develop.1306.a249b62
|
|
||||||
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
|
|
||||||
readinessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- sh
|
|
||||||
- -c
|
|
||||||
- test -f /etc/php81/php-fpm.d/www.conf
|
|
||||||
livenessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- php
|
|
||||||
- bin/console
|
|
||||||
- -V
|
|
||||||
initialDelaySeconds: 10
|
|
||||||
periodSeconds: 30
|
|
||||||
env:
|
|
||||||
- name: PHP_FPM_LISTEN
|
|
||||||
value: 127.0.0.1:9000
|
|
||||||
- name: PHP_MEMORY_LIMIT
|
|
||||||
value: 128m
|
|
||||||
- name: PHP_FPM_MEMORY_LIMIT
|
|
||||||
value: 128m
|
|
||||||
- name: OPCACHE_VALIDATE_TIMESTAMP
|
|
||||||
value: "0"
|
|
||||||
- name: OPCACHE_REVALIDATE_FREQ
|
|
||||||
value: "0"
|
|
||||||
envFrom:
|
|
||||||
- configMapRef:
|
|
||||||
name: hydra-dispatcher-env
|
|
||||||
volumeMounts:
|
|
||||||
- name: hydra-dispatcher-php-ini
|
|
||||||
mountPath: /etc/php81/conf.d/03_base.ini
|
|
||||||
subPath: 03_base.ini
|
|
||||||
- name: dispatcher-tmp
|
|
||||||
mountPath: /tmp
|
|
||||||
resources: {}
|
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsGroup: 1000
|
|
||||||
runAsUser: 1000
|
|
||||||
- name: hydra-dispatcher-caddy
|
- name: hydra-dispatcher-caddy
|
||||||
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.5.12-develop.1306.a249b62
|
image: reg.cadoles.com/cadoles/hydra-dispatcher-base:2025.8.28-develop.1505.75881cb
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
[
|
[
|
||||||
@@ -100,6 +58,10 @@ spec:
|
|||||||
value: "/tmp/caddy"
|
value: "/tmp/caddy"
|
||||||
- name: CADDY_APP_ROOT_PUBLIC
|
- name: CADDY_APP_ROOT_PUBLIC
|
||||||
value: "/app/public/"
|
value: "/app/public/"
|
||||||
|
- name: CADDY_LOG_FILTER
|
||||||
|
value: health|metrics
|
||||||
|
- name: CADDY_LOG_SKIP
|
||||||
|
value: "true"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http
|
name: http
|
||||||
|
Reference in New Issue
Block a user