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 # Deploy infra manifests directly
- cd ${INFRA_SRC}/ - cd ${INFRA_SRC}/
- kubectl apply -R -f manifests/ - kubectl apply --namespace ${DEPLOY_NAMESPACE} -R -f manifests/
only: only:
refs: refs:
- master - master

View file

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

View file

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

View file

@ -54,8 +54,6 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /var/ts3server/ - mountPath: /var/ts3server/
name: teamspeak-data name: teamspeak-data
imagePullSecrets:
- name: {{ .Values.image.pullSecret }}
volumes: volumes:
- name: teamspeak-data - name: teamspeak-data
{{- if .Values.persistence.enabled }} {{- if .Values.persistence.enabled }}