You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: osf-cas/values.yaml
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
1
### ---------- Global or Reusable parts across values.yaml ----------
2
+
image:
3
+
repository: quay.io/centerforopenscience/cas
4
+
tag: develop
5
+
pullPolicy: Always
2
6
3
7
maintenance:
4
8
enabled: false
5
9
service:
6
-
name: <release-name>-maintenance # default service name would be Release.name-Chart.name-maintenance
10
+
name: <release-name>-maintenance # default service name for ingress will be Release.name-Chart.name-maintenance but maintaince chart creates service with Release.name-maintenance
7
11
externalPort: 8080# default port 80
8
12
9
13
postgresql:
@@ -132,9 +136,9 @@ main:
132
136
133
137
# ------- Configuration follows for containerName: jetty -------
0 commit comments