mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 18:49:34 +01:00
16 lines
246 B
YAML
16 lines
246 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: default-backend
|
|
namespace: ingress
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
name: default-backend
|
|
phase: prod
|
|
ports:
|
|
- name: http
|
|
protocol: TCP
|
|
port: 80
|
|
targetPort: 8080
|