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:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
- {{ include "postfix.name" . }}
- key: app.kubernetes.io/instance
operator: In
values:
- {{ .Release.Name }}
topologyKey: "kubernetes.io/hostname"
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
- {{ include "postfix.name" . }}
- key: app.kubernetes.io/instance
operator: In
values:
- {{ .Release.Name }}
topologyKey: "kubernetes.io/hostname"
{{- with .Values.tolerations }}
tolerations:
{{- 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
# 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.
appVersion: 3.1.162-RC19
appVersion: 3.1.163-RC2
icon: https://git.interlegis.leg.br/SEIT/rancher-charts/raw/master/images/sapl.png

Loading…
Cancel
Save