Compare commits
40 Commits
dev
...
ad9ac0fed0
| Author | SHA1 | Date | |
|---|---|---|---|
| ad9ac0fed0 | |||
| 2cb81107f2 | |||
| fad7ca7386 | |||
| 68fdb36467 | |||
| 8b168439fe | |||
| 6931a826f3 | |||
| c4b22b5f8d | |||
| 941658a91d | |||
| be9c308842 | |||
| 44899b7e13 | |||
| 509b96f702 | |||
| 7d8504701f | |||
| b8defaa183 | |||
| 63e8b0bfb7 | |||
| 5898246ac1 | |||
| 471452483d | |||
| 0228263257 | |||
| 4693cf5c3c | |||
| 31947a8a80 | |||
| 0bcc69f6d6 | |||
| 33eb1bcd92 | |||
| 161c12199e | |||
| bf3c678554 | |||
| 78f0bdff25 | |||
| e729e27b73 | |||
| ee00fe073a | |||
| 0853f03005 | |||
| 891d85223b | |||
| d2b7a6de5f | |||
| ea5c0e637b | |||
| 92a63dd809 | |||
| 8d318a4912 | |||
| 64d6c503f8 | |||
| 83332af8b5 | |||
| 3f7d06aa2a | |||
| ece2529841 | |||
| 582263ce05 | |||
| c800ef3466 | |||
| e3b7b4bb0c | |||
| 3cbb37e66f |
@@ -81,7 +81,6 @@ spec:
|
|||||||
image: drone/drone:2
|
image: drone/drone:2
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: http
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
@@ -90,15 +89,12 @@ spec:
|
|||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
env:
|
env:
|
||||||
# FIX: Explicitly bind the address to bypass port validation logic
|
- name: DRONE_GITEA_SERVER
|
||||||
- name: DRONE_SERVER_ADDR
|
value: "https://gitea.khongisa.co.za"
|
||||||
value: ":80"
|
|
||||||
- name: DRONE_SERVER_HOST
|
- name: DRONE_SERVER_HOST
|
||||||
value: "drone.khongisa.co.za"
|
value: "drone.khongisa.co.za"
|
||||||
- name: DRONE_SERVER_PROTO
|
- name: DRONE_SERVER_PROTO
|
||||||
value: "https"
|
value: "https"
|
||||||
- name: DRONE_GITEA_SERVER
|
|
||||||
value: "https://gitea.khongisa.co.za"
|
|
||||||
- name: DRONE_RPC_SECRET
|
- name: DRONE_RPC_SECRET
|
||||||
valueFrom: { secretKeyRef: { name: drone-secrets, key: DRONE_RPC_SECRET } }
|
valueFrom: { secretKeyRef: { name: drone-secrets, key: DRONE_RPC_SECRET } }
|
||||||
- name: DRONE_GITEA_CLIENT_ID
|
- name: DRONE_GITEA_CLIENT_ID
|
||||||
@@ -133,9 +129,6 @@ spec:
|
|||||||
app: drone-runner
|
app: drone-runner
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: drone-runner-sa
|
serviceAccountName: drone-runner-sa
|
||||||
hostAliases:
|
|
||||||
- ip: "169.255.58.144"
|
|
||||||
hostnames: ["gitea.khongisa.co.za"]
|
|
||||||
containers:
|
containers:
|
||||||
- name: drone-runner
|
- name: drone-runner
|
||||||
image: drone/drone-runner-kube:latest
|
image: drone/drone-runner-kube:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user