Compare commits
2 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
acb2261964 | ||
| b6b6e23026 |
@@ -56,6 +56,7 @@ ArgoCD homelab project
|
|||||||
| **tg-bots** | [](https://ag.hexor.cy/applications/argocd/tg-bots) |
|
| **tg-bots** | [](https://ag.hexor.cy/applications/argocd/tg-bots) |
|
||||||
| **vaultwarden** | [](https://ag.hexor.cy/applications/argocd/vaultwarden) |
|
| **vaultwarden** | [](https://ag.hexor.cy/applications/argocd/vaultwarden) |
|
||||||
| **vpn** | [](https://ag.hexor.cy/applications/argocd/vpn) |
|
| **vpn** | [](https://ag.hexor.cy/applications/argocd/vpn) |
|
||||||
|
| **xandikos** | [](https://ag.hexor.cy/applications/argocd/xandikos) |
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ spec:
|
|||||||
app: khm-client
|
app: khm-client
|
||||||
spec:
|
spec:
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
|
hostNetwork: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
node-role.kubernetes.io/desktop: ""
|
node-role.kubernetes.io/desktop: ""
|
||||||
tolerations:
|
tolerations:
|
||||||
@@ -42,7 +43,6 @@ spec:
|
|||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
hostname "$NODE_NAME"
|
|
||||||
/usr/local/bin/khm \
|
/usr/local/bin/khm \
|
||||||
--known-hosts /host-ssh/known_hosts \
|
--known-hosts /host-ssh/known_hosts \
|
||||||
--host https://khm.hexor.cy \
|
--host https://khm.hexor.cy \
|
||||||
@@ -50,10 +50,6 @@ spec:
|
|||||||
--basic-auth="${USERNAME}:${PASSWORD}" \
|
--basic-auth="${USERNAME}:${PASSWORD}" \
|
||||||
--in-place
|
--in-place
|
||||||
env:
|
env:
|
||||||
- name: NODE_NAME
|
|
||||||
valueFrom:
|
|
||||||
fieldRef:
|
|
||||||
fieldPath: spec.nodeName
|
|
||||||
- name: USERNAME
|
- name: USERNAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|||||||
Reference in New Issue
Block a user