kube-cascade/profanity/svc.yaml
2023-04-27 19:27:07 -05:00

18 lines
264 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: profanity
name: profanity
namespace: profanity
spec:
selector:
app: profanity
ports:
- name: http
port: 5000
protocol: TCP
targetPort: 5000
clusterIP: None
type: ClusterIP