94 lines
2.6 KiB
YAML
94 lines
2.6 KiB
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cross-section-frontend
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: oci://cr.yandex/crp3ccidau046kdj8g9q/charts
|
|
chart: universal-chart
|
|
targetRevision: 0.1.7
|
|
helm:
|
|
valuesObject:
|
|
global:
|
|
env: _default
|
|
services:
|
|
static:
|
|
enabled: true
|
|
deployment:
|
|
enabled: true
|
|
name:
|
|
_default: cross-section-static
|
|
replicaCount:
|
|
_default: 2
|
|
port:
|
|
_default: 80
|
|
resources:
|
|
requests:
|
|
memory:
|
|
_default: 100Mi
|
|
cpu:
|
|
_default: 100m
|
|
probes:
|
|
liveness:
|
|
enabled:
|
|
_default: true
|
|
type:
|
|
_default: httpGet
|
|
httpGet:
|
|
path:
|
|
_default: /ping
|
|
port:
|
|
_default: 80
|
|
initialDelaySeconds:
|
|
_default: 10
|
|
periodSeconds:
|
|
_default: 10
|
|
failureThreshold:
|
|
_default: 10
|
|
readiness:
|
|
enabled:
|
|
_default: true
|
|
type:
|
|
_default: httpGet
|
|
httpGet:
|
|
path:
|
|
_default: /ping
|
|
port:
|
|
_default: 80
|
|
initialDelaySeconds:
|
|
_default: 10
|
|
periodSeconds:
|
|
_default: 10
|
|
failureThreshold:
|
|
_default: 20
|
|
image:
|
|
name:
|
|
_default: cr.yandex/crp3ccidau046kdj8g9q/cross-section-app:production_e09e648b
|
|
pullPolicy:
|
|
_default: IfNotPresent
|
|
service:
|
|
enabled: true
|
|
name:
|
|
_default: cross-section-static
|
|
type:
|
|
_default: ClusterIP
|
|
port:
|
|
_default: 80
|
|
targetPort:
|
|
_default: 80
|
|
portName:
|
|
_default: http
|
|
imagePullSecrets:
|
|
enabled:
|
|
_default: true
|
|
name:
|
|
_default: regcred
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: cross-section
|