mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-08-05 11:11:34 +02:00
Add Nginx Ingress controller addons and docs
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
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
|
Reference in New Issue
Block a user