mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 03:06:59 -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:
@@ -3,8 +3,7 @@
|
||||
if [[ -z "$1" ]]
|
||||
then
|
||||
echo "Skipping creation of persistent volume examples. Ensure there is available PVs 200Gi per node for HA."
|
||||
else
|
||||
oc create -f pv-examples/
|
||||
else
|
||||
oc new-project jfrog-artifactory
|
||||
oc create serviceaccount svcaccount -n jfrog-artifactory
|
||||
oc adm policy add-scc-to-user privileged system:serviceaccount:jfrog-artifactory:svcaccount
|
||||
@@ -25,6 +24,5 @@ fi
|
||||
|
||||
# install via helm
|
||||
helm install artifactory-ha . \
|
||||
--set nginx.tlsSecretName=tls-ingress \
|
||||
--set artifactory-ha.artifactory.node.replicaCount=1 \
|
||||
--set artifactory-ha.nginx.tlsSecretName=tls-ingress \
|
||||
--set artifactory-ha.artifactory.license.secret=artifactory-license,artifactory-ha.artifactory.license.dataKey=artifactory.cluster.license
|
||||
|
||||
Reference in New Issue
Block a user