chore(ops/infra/k8s): Delete tazblog deployment
This commit is contained in:
parent
05ab6825b3
commit
eb6e64ad47
3 changed files with 3 additions and 37 deletions
|
@ -15,8 +15,8 @@ spec:
|
|||
paths:
|
||||
- path: /*
|
||||
backend:
|
||||
serviceName: tazblog
|
||||
servicePort: 8000
|
||||
serviceName: website
|
||||
servicePort: 8080
|
||||
# Route git.tazj.in to the cgit pods
|
||||
- host: git.tazj.in
|
||||
http:
|
||||
|
|
|
@ -30,7 +30,7 @@ include:
|
|||
account: nixery@tazjins-infrastructure.iam.gserviceaccount.com
|
||||
repo: ssh://tazjin@gmail.com@source.developers.google.com:2022/p/tazjins-infrastructure/r/depot
|
||||
popularity: 'popularity-nixos-unstable-3140fa89c51233397f496f49014f6b23216667c2.json'
|
||||
- name: tazblog
|
||||
- name: website
|
||||
- name: cgit
|
||||
- name: https-lb
|
||||
- name: nginx
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: tazblog
|
||||
labels:
|
||||
app: tazblog
|
||||
spec:
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: tazblog
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: tazblog
|
||||
spec:
|
||||
containers:
|
||||
- name: tazblog
|
||||
image: nixery.local/shell/web.tazblog:{{ gitHEAD }}
|
||||
command: [ "tazblog" ]
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: tazblog
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: tazblog
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 8000
|
||||
targetPort: 8000
|
Loading…
Reference in a new issue