mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
updates to ha chart v2.0.31, using redhat nginx and redhat ubi artifactory. plan to disable embedded postgresql for certification
This commit is contained in:
@@ -760,7 +760,8 @@ spec:
|
||||
internalPort: 443
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: image-registry.openshift-image-registry.svc:5000/jfrog-artifactory/nginx-artifactory-pro
|
||||
#repository: image-registry.openshift-image-registry.svc:5000/jfrog-artifactory/nginx-artifactory-pro
|
||||
repository: registry.redhat.io/rhel8/nginx-116
|
||||
labels: {}
|
||||
livenessProbe:
|
||||
enabled: true
|
||||
@@ -819,7 +820,7 @@ spec:
|
||||
#tcp_nopush on;
|
||||
keepalive_timeout 65;
|
||||
#gzip on;
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include {{ .Values.nginx.persistence.mountPath }}/conf.d/*.conf;
|
||||
}
|
||||
name: nginx
|
||||
nodeSelector: {}
|
||||
|
||||
Reference in New Issue
Block a user