caddy-ingess/hack/test/example-service.yaml
2019-04-18 14:58:55 -04:00

12 lines
167 B
YAML

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