Magento2/Kubernetes/varnish/services.yaml (
12
lines of code) (
raw
):
apiVersion: v1 kind: Service metadata: name: varnish-service namespace: magento spec: selector: app: varnish ports: - protocol: TCP port: 80 targetPort: 8081