Skip to content

Commit

Permalink
Merge pull-request #43
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Jul 23, 2024
2 parents 94b3e17 + 1ad94b5 commit ab53e2d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
8 changes: 8 additions & 0 deletions kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonLabels:
app.kubernetes.io/name: tkhq-frames
resources:
- resources.yaml
images:
- name: ghcr.io/tkhq/frames
File renamed without changes.
10 changes: 10 additions & 0 deletions kustomize/ha/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonLabels:
app.kubernetes.io/name: tkhq-frames
resources:
- ../base
- pdb.yaml
replicas:
- name: frames
count: 2
8 changes: 8 additions & 0 deletions kustomize/ha/pdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: frames
spec:
minAvailable: 1
selector:
matchLabels: {}
6 changes: 1 addition & 5 deletions kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
commonLabels:
app.kubernetes.io/name: tkhq-frames
resources:
- resources.yaml
images:
- name: ghcr.io/tkhq/frames
- ./base

0 comments on commit ab53e2d

Please sign in to comment.