chore(gitea): updated validate k8s
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 10s
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 10s
This commit is contained in:
@@ -3,11 +3,12 @@ run-name: ${{ gitea.actor }} is validating K8s manifests
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
validate-k8s-manifests:
|
||||
validate-manifests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: validate manifests
|
||||
- name: 📥Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: 🚀Validating the manifests
|
||||
uses: frenck/action-yamllint@v1.5.0
|
||||
with:
|
||||
path: "manifests/"
|
||||
|
||||
@@ -15,7 +15,9 @@ spec:
|
||||
- name: argocd-server
|
||||
port: 80
|
||||
- kind: Rule
|
||||
match: Host(`cd.dgse.cloud`) && Headers(`Content-Type`, `application/grpc`)
|
||||
match: >
|
||||
Host(`cd.dgse.cloud`) &&
|
||||
Headers(`Content-Type`, `application/grpc`)
|
||||
priority: 11
|
||||
services:
|
||||
- name: argocd-server
|
||||
|
||||
@@ -94,7 +94,8 @@ patches:
|
||||
name: argocd-server
|
||||
rules:
|
||||
- apiGroups: ["argoproj.io"]
|
||||
resources: ["applications", "applications/status", "applications/finalizers"]
|
||||
resources: ["applications", "applications/status",
|
||||
"applications/finalizers"]
|
||||
verbs: ["get", "list", "watch", "update", "patch", "delete"]
|
||||
- apiGroups: ["argoproj.io"]
|
||||
resources: ["appprojects"]
|
||||
|
||||
@@ -10,4 +10,3 @@ spec:
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- uptime.dgse.cloud
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user