Skip to content

Commit

Permalink
adding flappy-kray to the catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz committed Feb 1, 2024
1 parent 17c2d1c commit 6e0486f
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ To make a new application available for installation, you'll need to:
- CI/CD
- Database
- FinOps
- Games
- Infrastructure
- Monitoring
- Observability
Expand Down
56 changes: 56 additions & 0 deletions flappy-kray/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
apiVersion: argoproj.io/v1alpha1

Check warning on line 1 in flappy-kray/application.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

1:1 [document-start] missing document start "---"
kind: Application
metadata:
name: flappy-kray
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: '0'
spec:
destination:
namespace: kubefirst
server: 'https://kubernetes.default.svc'
source:
repoURL: 'https://charts.kubefirst.com'
targetRevision: 0.1.0
chart: flappy-kray
helm:
values: |
image:
repository: public.ecr.aws/kubefirst/flappy-kray
ingress:
enabled: false
project: default
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
argocd.argoproj.io/sync-wave: '1'
name: flappy-kray
namespace: kubefirst
spec:
ingressClassName: nginx
rules:
- host: flappy-kray.<DOMAIN_NAME>

Check failure on line 43 in flappy-kray/application.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

43:3 [indentation] wrong indentation: expected 4 but found 2
http:
paths:
- backend:

Check failure on line 46 in flappy-kray/application.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

46:7 [indentation] wrong indentation: expected 8 but found 6
service:
name: flappy-kray
port:
number: 80
path: /
pathType: Prefix
tls:
- hosts:

Check failure on line 54 in flappy-kray/application.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

54:3 [indentation] wrong indentation: expected 4 but found 2
- flappy-kray.<DOMAIN_NAME>

Check failure on line 55 in flappy-kray/application.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

55:5 [indentation] wrong indentation: expected 6 but found 4
secretName: flappy-kray-tls

Check failure on line 56 in flappy-kray/application.yaml

View workflow job for this annotation

GitHub Actions / yaml-check

56:32 [new-line-at-end-of-file] no new line character at the end of file
8 changes: 8 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ apps:
categories:
- CI/CD

- name: flappy-kray
displayName: Flappy K-Ray
website: "https://kray.kubefirst.io"
imageUrl: "https://raw.githubusercontent.com/kubefirst/gitops-catalog/main/logos/flappy-kray.png"
description: "Flappy K-Ray is an adaptation of the popular Flappy Bird game where Kubefirst's mascot K-Ray navigates an endless maze of GitOps pipelines."
categories:
- CI/CD

- name: goldilocks
displayName: Goldilocks
website: "https://github.com/FairwindsOps/goldilocks"
Expand Down
Binary file added logos/flappy-kray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e0486f

Please sign in to comment.