blob: 6a2d9a4223812a82fe96dca51ab48c327b8977f6 (
plain) (
tree)
|
|
apiVersion: v1
kind: Service
metadata:
name: tazblog
labels:
app: tazblog
spec:
type: LoadBalancer
selector:
app: tazblog
ports:
- port: 80
targetPort: 6081
name: tazblog-http
- port: 443
targetPort: 8443
name: tazblog-https
|