add hydra-sql ref images

This commit is contained in:
Matthieu Lamalle 2023-11-08 09:38:30 +01:00
parent b5e2077d69
commit cc373cd789
1 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: hydra-sql-fpm
image: reg.cadoles.com/rmasson/hydra-sql-kube:0.0.3-dev-issue-14-20230615
image: reg.cadoles.com/cadoles/hydra-sql-base:0.0.1-20231102
# - image: reg.cadoles.com/cadoles/hydra-sql:latest
imagePullPolicy: Always
args: ["/usr/sbin/php-fpm81", "-F", "-e"]
@ -39,8 +39,9 @@ spec:
- name: sql-login-config
mountPath: "/app/config/sql_login_configuration/sql_login.yaml"
subPath: "sql_login.yaml"
- name: hydra-sql-nginx
image: reg.cadoles.com/rmasson/hydra-sql-kube:0.0.3-dev-issue-14-20230615
image: reg.cadoles.com/rmasson/hydra-sql-kube:0.0.1-20231102
imagePullPolicy: Always
args: ["/usr/sbin/nginx"]
envFrom:
@ -59,6 +60,7 @@ spec:
value: "^/index\\.php(/|$)"
ports:
- containerPort: 8080
resources: {}
volumeMounts:
- name: sql-login-config
mountPath: "/app/config/sql_login_configuration/sql_login.yaml"