deploy: update production images to 6df9afdc20
This commit is contained in:
@@ -1,15 +1,19 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- patch: |
|
||||||
kind: Deployment
|
|
||||||
name: api
|
|
||||||
patch: |
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: api
|
name: api
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: api
|
||||||
|
images:
|
||||||
|
- name: ghcr.io/lazorgurl/homelab-api
|
||||||
|
newName: ghcr.io/lazorgurl/homelab-api
|
||||||
|
newTag: 6df9afdc20270ea2a438c7c152b25b30f8cf8340
|
||||||
|
|||||||
@@ -1,15 +1,19 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- patch: |
|
||||||
kind: Deployment
|
|
||||||
name: web
|
|
||||||
patch: |
|
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: web
|
name: web
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
|
target:
|
||||||
|
kind: Deployment
|
||||||
|
name: web
|
||||||
|
images:
|
||||||
|
- name: ghcr.io/lazorgurl/homelab-web
|
||||||
|
newName: ghcr.io/lazorgurl/homelab-web
|
||||||
|
newTag: 6df9afdc20270ea2a438c7c152b25b30f8cf8340
|
||||||
|
|||||||
Reference in New Issue
Block a user