Skip to content

Commit

Permalink
baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
irishgordo committed Feb 4, 2025
1 parent cb9799e commit 812ddc3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ jobs:
uses: niklaskeerl/easy-wireguard-action@v2
with:
WG_CONFIG_FILE: ${{ secrets.WG_CONFIG_FILE }}

- name: Kubernetes context
uses: Azure/k8s-set-context@v1
with:
method: kubeconfig
kubeconfig: ${{ secrets.RKE2_CLUSTER_BUILT_ON_HARVESTER_W_TERRAFORM_KUBECONFIG }}
namespace: default

- name: Deploy
run: kubectl rollout restart deployment gordogopherhole --namespace=default
1 change: 1 addition & 0 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
containers:
- name: gopherhole
image: "{{ .Values.image.name }}:{{ .Values.image.tag }}"
imagePullPolicy: Always
ports:
- containerPort: {{ .Values.containerport }}
resources:
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ configmap:

image:
name: irishgordo/gophergordo
tag: v0.0.6
tag: main

0 comments on commit 812ddc3

Please sign in to comment.