2020-03-05 10:56:48 +00:00

16 lines
263 B
YAML

kind: Service
apiVersion: v1
metadata:
labels:
name: LABEL
name: RESOURCE_NAME
namespace: production
spec:
selector:
app: RESOURCE_NAME
ports:
- port: 5000
protocol: HTTP
targetPort: 5000
sessionAffinity: None
type: ClusterIP