Deploy defiant

This commit is contained in:
Aram 🍐 2019-10-27 01:25:21 -04:00
parent 4704719583
commit 1cbea70a98
3 changed files with 20 additions and 2 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
name: rethinkb-{{ .Release.Name }}
labels:
app: rethinkdb
chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}

View file

@ -5,7 +5,7 @@ web:
database:
# RethinkDB configuration
ip: "rethinkdb.public"
ip: "rethinkdb-defiant.public"
port: 28015
database_name: "battle_myth_theater"