caddy-ingess/hack/test/example-service2.yaml
dev 8a34e3a74b Implement certmagic storage interface for k8s
* Add automatic https functionality
2019-05-02 13:23:49 -04:00

12 lines
170 B
YAML

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