Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloAvlis committed Mar 5, 2024
1 parent ab01fb8 commit afbced6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
11 changes: 7 additions & 4 deletions deploys/helm-chart/iqos-chart/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ metadata:
spec:
type: ClusterIP
ports:
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.port }}
protocol: TCP
name: http
- name: grpc
port: {{ .Values.service.grpc.port}}
- name: gnmi
port: {{.Values.service.gnmi.port}}

selector:
name: {{ template "iqos-chart.fullname" . }}
resource: {{ template "iqos-chart.fullname" . }}
{{- include "iqos-chart.selectorLabels" . | nindent 4 }}
5 changes: 1 addition & 4 deletions deploys/helm-chart/iqos-chart/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ kind: StatefulSet
metadata:
name: {{ include "iqos-chart.fullname" . }}
labels:
app.kubernetes.io/name: {{ include "iqos-chart.name" . }}
helm.sh/chart: {{ include "iqos-chart.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- include "iqos-chart.labels" . | nindent 4 }}
annotations:
keel.sh/policy: all # update policy (available: patch, minor, major, all, force)
keel.sh/trigger: poll # enable active repository checking (webhooks and GCR would still work)
Expand Down

0 comments on commit afbced6

Please sign in to comment.