Files
cert-manager/docs/tutorials/quick-start/example/service.yaml
T
2018-11-19 11:23:30 -08:00

12 lines
147 B
YAML

apiVersion: v1
kind: Service
metadata:
name: kuard
spec:
ports:
- port: 80
targetPort: 8080
protocol: TCP
selector:
app: kuard