Aucune description

service.yml 298B

123456789101112131415161718
  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. namespace: iris-web
  5. name: iris-app-service
  6. labels:
  7. site: iris
  8. annotations:
  9. alb.ingress.kubernetes.io/healthcheck-path: '/login'
  10. spec:
  11. selector:
  12. app: iris-app
  13. ports:
  14. - protocol: TCP
  15. port: 80
  16. targetPort: 8000
  17. type: ClusterIP