Skip to content
Snippets Groups Projects
Verified Commit 5c43804d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(mok): Use correct value for externalTrafficPolicy

parent b73931cd
No related branches found
No related tags found
No related merge requests found
Pipeline #15303 passed
...@@ -3,7 +3,7 @@ name: mok ...@@ -3,7 +3,7 @@ name: mok
description: | description: |
Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret. Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret.
type: application type: application
version: 0.7.0 version: 0.7.1
sources: sources:
- https://de.postfix.org/ftpmirror/index.html - https://de.postfix.org/ftpmirror/index.html
- https://github.com/dovecot/core - https://github.com/dovecot/core
......
# mok # mok
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret. Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret.
......
...@@ -27,7 +27,7 @@ spec: ...@@ -27,7 +27,7 @@ spec:
{{- include "mok.selectorLabels" . | nindent 4 }} {{- include "mok.selectorLabels" . | nindent 4 }}
app.kubernetes.io/component: postfix app.kubernetes.io/component: postfix
type: {{ .Values.postfix.service.public.type }} type: {{ .Values.postfix.service.public.type }}
externalTrafficPolicy: {{ .Values.postfix.service.externalTrafficPolicy }} externalTrafficPolicy: {{ .Values.postfix.service.public.externalTrafficPolicy }}
--- ---
apiVersion: apps/v1 apiVersion: apps/v1
kind: StatefulSet kind: StatefulSet
......
...@@ -13,7 +13,7 @@ should match snapshot: ...@@ -13,7 +13,7 @@ should match snapshot:
helm.sh/chart: mok-1.2.3 helm.sh/chart: mok-1.2.3
name: RELEASE-NAME-mok-postfix name: RELEASE-NAME-mok-postfix
spec: spec:
externalTrafficPolicy: null externalTrafficPolicy: Local
ports: ports:
- name: smtp - name: smtp
port: 25 port: 25
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment