caddy-ingess/hack/test/example-service2.yaml

12 lines
169 B
YAML

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