Compare commits
No commits in common. "135d6f2128e894f4e3fcd9044748d7bd8648e94b" and "979df81fdf27b14873713f9270eb406d1401f84a" have entirely different histories.
135d6f2128
...
979df81fdf
|
@ -13,7 +13,3 @@ service:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: hyperion.martyn.berlin
|
external-dns.alpha.kubernetes.io/hostname: hyperion.martyn.berlin
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 25m
|
|
||||||
memory: 671629701
|
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: goldilocks
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
destination:
|
||||||
|
namespace: goldilocks
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
project: infra
|
||||||
|
source:
|
||||||
|
helm:
|
||||||
|
parameters:
|
||||||
|
- name: service.type
|
||||||
|
value: "LoadBalancer"
|
||||||
|
- name: service.annotations
|
||||||
|
value: "external-dns.alpha.kubernetes.io/hostname: goldilocks.martyn.berlin"
|
||||||
|
chart: goldilocks
|
||||||
|
repoURL: https://charts.fairwinds.com/stable
|
||||||
|
targetRevision: 9.0.1
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
selfHeal: true
|
Loading…
Reference in New Issue