adjust example
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2025-02-28 20:12:13 +01:00
parent 8fbca20ffe
commit a2b000a05b

View File

@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: smtp name: smtp
namespace: system
labels: labels:
app: smtp app: smtp
annotations: annotations:
@ -18,7 +19,7 @@ spec:
spec: spec:
containers: containers:
- name: smtp - name: smtp
image: quay.io/wollud1969/exim-docker:0.2.1 image: quay.io/wollud1969/exim-docker:0.3.2
envFrom: envFrom:
- secretRef: - secretRef:
name: smtp-secrets name: smtp-secrets
@ -30,6 +31,7 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: smtp name: smtp
namespace: system
spec: spec:
type: ClusterIP type: ClusterIP
selector: selector: