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: deploy/helm/roboto-go/values.yaml
+4-27Lines changed: 4 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -49,30 +49,6 @@ securityContext: {}
49
49
# runAsNonRoot: true
50
50
# runAsUser: 1000
51
51
52
-
# This is for setting up a service more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/
53
-
service:
54
-
# This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
55
-
type: ClusterIP
56
-
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
57
-
port: 80
58
-
59
-
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
60
-
ingress:
61
-
enabled: false
62
-
className: ""
63
-
annotations: {}
64
-
# kubernetes.io/ingress.class: nginx
65
-
# kubernetes.io/tls-acme: "true"
66
-
hosts:
67
-
- host: chart-example.local
68
-
paths:
69
-
- path: /
70
-
pathType: ImplementationSpecific
71
-
tls: []
72
-
# - secretName: chart-example-tls
73
-
# hosts:
74
-
# - chart-example.local
75
-
76
52
resources: {}
77
53
# We usually recommend not to specify default resources and to leave this as a conscious
78
54
# choice for the user. This also increases chances charts run on environments with little
0 commit comments