|
|
|
|
@ -16,10 +16,10 @@ spec:
|
|
|
|
|
runAsUser: 33
|
|
|
|
|
runAsGroup: 33
|
|
|
|
|
fsGroup: 33
|
|
|
|
|
volumes:
|
|
|
|
|
- name: wordpress-content
|
|
|
|
|
persistentVolumeClaim:
|
|
|
|
|
claimName: wordpress-content-pvc
|
|
|
|
|
# volumes:
|
|
|
|
|
# - name: wordpress-content
|
|
|
|
|
# persistentVolumeClaim:
|
|
|
|
|
# claimName: wordpress-content-pvc
|
|
|
|
|
hostAliases:
|
|
|
|
|
- ip: "{{ .Values.sharedService.keycloak.host.ip }}"
|
|
|
|
|
hostnames:
|
|
|
|
|
@ -85,8 +85,8 @@ spec:
|
|
|
|
|
key: AUTH_TOKEN
|
|
|
|
|
ports:
|
|
|
|
|
- containerPort: 80
|
|
|
|
|
volumeMounts:
|
|
|
|
|
- name: wordpress-content
|
|
|
|
|
mountPath: /var/www/html/wp-content
|
|
|
|
|
# volumeMounts:
|
|
|
|
|
# - name: wordpress-content
|
|
|
|
|
# mountPath: /var/www/html/wp-content
|
|
|
|
|
imagePullSecrets:
|
|
|
|
|
- name: "{{ .Values.harbor.pull_secret }}"
|
|
|
|
|
|