That didnt work
This commit is contained in:
parent
b2a2657e23
commit
d6e708913e
4 changed files with 1 additions and 5 deletions
|
@ -61,7 +61,7 @@ infra:deploy:
|
|||
|
||||
# Deploy infra manifests directly
|
||||
- cd ${INFRA_SRC}/
|
||||
- kubectl apply -R -f manifests/
|
||||
- kubectl apply --namespace ${DEPLOY_NAMESPACE} -R -f manifests/
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
|
|
|
@ -2,7 +2,6 @@ apiVersion: extensions/v1beta1
|
|||
kind: Ingress
|
||||
metadata:
|
||||
name: public-ingress
|
||||
namespace: public
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
spec:
|
||||
|
|
|
@ -2,6 +2,5 @@ apiVersion: v1
|
|||
kind: ConfigMap
|
||||
metadata:
|
||||
name: udp-services
|
||||
namespace: ingress-nginx
|
||||
data:
|
||||
9987: "public/teamspeak:9987"
|
||||
|
|
|
@ -54,8 +54,6 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /var/ts3server/
|
||||
name: teamspeak-data
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.image.pullSecret }}
|
||||
volumes:
|
||||
- name: teamspeak-data
|
||||
{{- if .Values.persistence.enabled }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue