You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
310 B

apiVersion: v1
kind: Service
metadata:
annotations: {}
labels:
app/name: wehcat-gateway
name: wehcat-gateway
namespace: sre
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: 8080
selector:
app/name: wehcat-gateway
sessionAffinity: None
type: ClusterIP