updated ingress
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ .Values.app }}
|
||||
namespace: spearhead-docs
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: {{ .Values.app }}
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: {{ .Values.ports.servicePort }}
|
||||
targetPort: {{ .Values.ports.containerPort }}
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user