Fábio Kaiser Rauber 3 years ago
parent
commit
8bf9c29b5c
  1. 24
      charts/postfix/v0.1.0/templates/deployment.yaml
  2. 2
      charts/sapl/v0.2.0/Chart.yaml

24
charts/postfix/v0.1.0/templates/deployment.yaml

@ -66,17 +66,19 @@ spec:
affinity: affinity:
podAntiAffinity: podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution: preferredDuringSchedulingIgnoredDuringExecution:
- labelSelector: - weight: 100
matchExpressions: podAffinityTerm:
- key: app.kubernetes.io/name labelSelector:
operator: In matchExpressions:
values: - key: app.kubernetes.io/name
- {{ include "postfix.name" . }} operator: In
- key: app.kubernetes.io/instance values:
operator: In - {{ include "postfix.name" . }}
values: - key: app.kubernetes.io/instance
- {{ .Release.Name }} operator: In
topologyKey: "kubernetes.io/hostname" values:
- {{ .Release.Name }}
topologyKey: "kubernetes.io/hostname"
{{- with .Values.tolerations }} {{- with .Values.tolerations }}
tolerations: tolerations:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}

2
charts/sapl/v0.2.0/Chart.yaml

@ -13,7 +13,7 @@ version: 0.2.0
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 3.1.162-RC19 appVersion: 3.1.163-RC2
icon: https://git.interlegis.leg.br/SEIT/rancher-charts/raw/master/images/sapl.png icon: https://git.interlegis.leg.br/SEIT/rancher-charts/raw/master/images/sapl.png

Loading…
Cancel
Save