kube-cascade/profanity/svc.yaml

18 lines
264 B
YAML
Raw Permalink Normal View History

2023-04-28 00:27:07 +00:00
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