Skip to content

Commit 16c6fa9

Browse files
committed
[gibson] migrate to argo
1 parent 2fd19ee commit 16c6fa9

File tree

5 files changed

+3
-41
lines changed

5 files changed

+3
-41
lines changed

cluster/apps/gibson/ingress.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

cluster/apps/gibson/namespace.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

cluster/apps/gibson/kustomization.yaml renamed to kubernetes/argo/gibson/kustomization.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- namespace.yaml
65
- deployment.yaml
76
- service.yaml
8-
- ingress.yaml

cluster/apps/gibson/service.yaml renamed to kubernetes/argo/gibson/service.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ apiVersion: v1
44
metadata:
55
name: gibson-webgl-service
66
namespace: gibson
7+
annotations:
8+
external-dns.alpha.kubernetes.io/hostname: gibson.home.lab
79
spec:
10+
type: LoadBalancer
811
selector:
912
app: gibson-webgl
1013
ports:

0 commit comments

Comments
 (0)