That didnt work

This commit is contained in:
Aram 🍐 2019-10-26 15:39:19 -04:00
parent b2a2657e23
commit d6e708913e
4 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -2,7 +2,6 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: public-ingress
namespace: public
annotations:
kubernetes.io/ingress.class: nginx
spec:

View file

@ -2,6 +2,5 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: udp-services
namespace: ingress-nginx
data:
9987: "public/teamspeak:9987"

View file

@ -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 }}