Deploy defiant
This commit is contained in:
parent
4704719583
commit
1cbea70a98
3 changed files with 20 additions and 2 deletions
|
@ -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 "+" "_" }}
|
||||
|
|
|
@ -5,7 +5,7 @@ web:
|
|||
|
||||
database:
|
||||
# RethinkDB configuration
|
||||
ip: "rethinkdb.public"
|
||||
ip: "rethinkdb-defiant.public"
|
||||
port: 28015
|
||||
database_name: "battle_myth_theater"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue