Compare commits
2 Commits
979df81fdf
...
135d6f2128
Author | SHA1 | Date |
---|---|---|
Martyn | 135d6f2128 | |
Martyn | a8af1c1f37 |
|
@ -13,3 +13,7 @@ service:
|
|||
type: LoadBalancer
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: hyperion.martyn.berlin
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 671629701
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
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