feat/hydra-sql #3

Closed
mlamalle wants to merge 3 commits from feat/hydra-sql into develop
Showing only changes of commit cc373cd789 - Show all commits

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"