correction port mapping de hydra-remote-user

This commit is contained in:
Matthieu Lamalle 2023-12-15 15:25:02 +01:00
parent 7a802a6d28
commit fcfbb6cc30
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@ spec:
- configMapRef: - configMapRef:
name: hydra-saml-env name: hydra-saml-env
ports: ports:
- containerPort: 80 - containerPort: 8080
resources: {} resources: {}
restartPolicy: Always restartPolicy: Always
--- ---
@ -37,6 +37,7 @@ spec:
ports: ports:
- name: http - name: http
port: 80 port: 80
targetPort: 8080
selector: selector:
io.kompose.service: hydra-saml-remote-user io.kompose.service: hydra-saml-remote-user
status: status: