We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c004db + 3ca9ea6 commit a378359Copy full SHA for a378359
2 files changed
charts/db-operator/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v1
2
-appVersion: "0.15.1"
+appVersion: "1.2.0"
3
description: A Database Operator
4
name: db-operator
5
-version: 0.8.0
+version: 0.8.1
charts/db-operator/values.yaml
@@ -109,4 +109,9 @@ serviceMonitor:
109
# regex: ^(.*)$
110
# targetLabel: nodename
111
# replacement: $1
112
-# action: replace
+# action: replace
113
+
114
+service:
115
+ annotations: {}
116
+ type: ClusterIP
117
+ port: 8080
0 commit comments