Skip to content

Commit

Permalink
πŸ™€ reverted πŸ™€
Browse files Browse the repository at this point in the history
  • Loading branch information
eformat committed Nov 14, 2022
1 parent 74952e9 commit a668f9d
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions tooling/charts/tl500-base/templates/gitlab/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ spec:
- name: gitlab-ce-volume-2
persistentVolumeClaim:
claimName: "{{ $.Values.gitlab_app_name }}-data"
{{- if .Values.gitlab.cacert }}
- name: gitlab-ca
secret:
defaultMode: 420
items:
- key: "ca-cert.crt"
path: "ca-cert.crt"
secretName: gitlab-ca
{{- end }}
# - name: gitlab-certificates
# secret:
# defaultMode: 420
# items:
# - key: "gitlab.crt"
# path: "gitlab.crt"
# - key: "gitlab.key"
# path: "gitlab.key"
# secretName: gitlab-certs
containers:
- name: gitlab-ce
image: gitlab-ce
Expand Down Expand Up @@ -100,10 +100,8 @@ spec:
mountPath: "/etc/gitlab"
- name: gitlab-ce-volume-2
mountPath: "/gitlab-data"
{{- if .Values.gitlab.cacert }}
- name: gitlab-ca
mountPath: /etc/gitlab-ssl
{{- end }}
# - name: gitlab-certificates
# mountPath: /etc/gitlab-ssl
livenessProbe:
httpGet:
path: "/help"
Expand Down Expand Up @@ -296,4 +294,4 @@ spec:
restartPolicy: Always
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst
{{- end -}}
{{- end -}}

0 comments on commit a668f9d

Please sign in to comment.