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: spec:
containers: containers:
- name: hydra-sql-fpm - 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 # - image: reg.cadoles.com/cadoles/hydra-sql:latest
imagePullPolicy: Always imagePullPolicy: Always
args: ["/usr/sbin/php-fpm81", "-F", "-e"] args: ["/usr/sbin/php-fpm81", "-F", "-e"]
@ -39,8 +39,9 @@ spec:
- name: sql-login-config - name: sql-login-config
mountPath: "/app/config/sql_login_configuration/sql_login.yaml" mountPath: "/app/config/sql_login_configuration/sql_login.yaml"
subPath: "sql_login.yaml" subPath: "sql_login.yaml"
- name: hydra-sql-nginx - 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 imagePullPolicy: Always
args: ["/usr/sbin/nginx"] args: ["/usr/sbin/nginx"]
envFrom: envFrom:
@ -59,6 +60,7 @@ spec:
value: "^/index\\.php(/|$)" value: "^/index\\.php(/|$)"
ports: ports:
- containerPort: 8080 - containerPort: 8080
resources: {}
volumeMounts: volumeMounts:
- name: sql-login-config - name: sql-login-config
mountPath: "/app/config/sql_login_configuration/sql_login.yaml" mountPath: "/app/config/sql_login_configuration/sql_login.yaml"