mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 01:49:44 +00:00
argocd: upgrade to 1.3.0
This commit is contained in:
parent
68f7e16f89
commit
49814c391e
1 changed files with 25 additions and 21 deletions
|
|
@ -1033,6 +1033,8 @@ spec:
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
observedAt:
|
observedAt:
|
||||||
|
description: ObservedAt indicates when the application state was updated
|
||||||
|
without querying latest git state
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
operationState:
|
operationState:
|
||||||
|
|
@ -1510,6 +1512,8 @@ spec:
|
||||||
- startedAt
|
- startedAt
|
||||||
type: object
|
type: object
|
||||||
reconciledAt:
|
reconciledAt:
|
||||||
|
description: ReconciledAt indicates when the application state was reconciled
|
||||||
|
using the latest git version
|
||||||
format: date-time
|
format: date-time
|
||||||
type: string
|
type: string
|
||||||
resources:
|
resources:
|
||||||
|
|
@ -2680,23 +2684,6 @@ spec:
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/component: server
|
|
||||||
app.kubernetes.io/name: argocd-server-metrics
|
|
||||||
app.kubernetes.io/part-of: argocd
|
|
||||||
name: argocd-server-metrics
|
|
||||||
spec:
|
|
||||||
ports:
|
|
||||||
- name: metrics
|
|
||||||
port: 8083
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 8083
|
|
||||||
selector:
|
|
||||||
app.kubernetes.io/name: argocd-server
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/component: server
|
app.kubernetes.io/component: server
|
||||||
|
|
@ -2716,6 +2703,23 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: argocd-server
|
app.kubernetes.io/name: argocd-server
|
||||||
---
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/component: server
|
||||||
|
app.kubernetes.io/name: argocd-server-metrics
|
||||||
|
app.kubernetes.io/part-of: argocd
|
||||||
|
name: argocd-server-metrics
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- name: metrics
|
||||||
|
port: 8083
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 8083
|
||||||
|
selector:
|
||||||
|
app.kubernetes.io/name: argocd-server
|
||||||
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
|
|
@ -2742,7 +2746,7 @@ spec:
|
||||||
- "20"
|
- "20"
|
||||||
- --operation-processors
|
- --operation-processors
|
||||||
- "10"
|
- "10"
|
||||||
image: argoproj/argocd:v1.3.0-rc2
|
image: argoproj/argocd:v1.3.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
@ -2796,7 +2800,7 @@ spec:
|
||||||
- cp
|
- cp
|
||||||
- /usr/local/bin/argocd-util
|
- /usr/local/bin/argocd-util
|
||||||
- /shared
|
- /shared
|
||||||
image: argoproj/argocd:v1.3.0-rc2
|
image: argoproj/argocd:v1.3.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: copyutil
|
name: copyutil
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
@ -2860,7 +2864,7 @@ spec:
|
||||||
- argocd-repo-server
|
- argocd-repo-server
|
||||||
- --redis
|
- --redis
|
||||||
- argocd-redis:6379
|
- argocd-redis:6379
|
||||||
image: argoproj/argocd:v1.3.0-rc2
|
image: argoproj/argocd:v1.3.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
|
|
@ -2911,7 +2915,7 @@ spec:
|
||||||
- argocd-server
|
- argocd-server
|
||||||
- --staticassets
|
- --staticassets
|
||||||
- /shared/app
|
- /shared/app
|
||||||
image: argoproj/argocd:v1.3.0-rc2
|
image: argoproj/argocd:v1.3.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue