28a9c01d36
First deployment actually using a Nixery image and `gitHEAD`. This does not actually serve a working blog for various reasons. The current storage mechanism (acid-state) isn't really appropriate anymore and I'll need to change that soon.
13 lines
448 B
YAML
13 lines
448 B
YAML
# Kontemplate configuration for the primary GKE cluster in the project
|
|
# 'tazjins-infrastructure'.
|
|
---
|
|
context: gke_tazjins-infrastructure_europe-north1_tazjin-cluster
|
|
include:
|
|
- name: nixery
|
|
values:
|
|
port: 8080
|
|
version: 2e688c1
|
|
bucket: tazjins-data
|
|
account: nixery@tazjins-infrastructure.iam.gserviceaccount.com
|
|
repo: ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/monorepo
|
|
- name: tazblog
|