Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 29s
18 lines
298 B
YAML
18 lines
298 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
namespace: iris-web
|
|
name: iris-app-service
|
|
labels:
|
|
site: iris
|
|
annotations:
|
|
alb.ingress.kubernetes.io/healthcheck-path: '/login'
|
|
spec:
|
|
selector:
|
|
app: iris-app
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 8000
|
|
type: ClusterIP
|