Skip to content
Snippets Groups Projects
Commit 2d27ba43 authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

finally got the deployment almost working

parent df3587f2
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ spec: ...@@ -22,6 +22,7 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8080 - containerPort: 8080
protocol: TCP
envFrom: envFrom:
- configMapRef: - configMapRef:
name: maed-exporter-env name: maed-exporter-env
......
...@@ -29,5 +29,3 @@ spec: ...@@ -29,5 +29,3 @@ spec:
port: 8090 port: 8090
targetPort: 8090 # Port on the frontend container targetPort: 8090 # Port on the frontend container
type: NodePort type: NodePort
externalTrafficPolicy: Cluster
sessionAffinity: ClientIP
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment