app-checker

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

README

CircleCI Docker Repository on Quay

app-checker

This program listens to the GitHub deployment event from GitHub webhook (e.g. http://app-checker.CLUSTER-API-ENDPOINT) and deploys apps accordingly.

If you try to deploy the apps by opsctl together with the feature from app-checker, please put --method flag as github.

Example:

opsctl deploy -i geckon --jumphost-user jhbok gatekeeper-app@testing-br --method github 

For the new installations

  1. Please check app-checker-unique ingress object in giantswarm namespace and copy the first hosts name from the result.
kubectl -n giantswarm get ingress app-checker-unique -o yaml
...
  tls:
  - hosts:
    - app-checker-unique.g8s.geckon.gridscale.kvm.gigantic.io
    secretName: app-checker-unique-ingress
  1. Create the new GitHub webhook with the hosts value in GiantSwarm organization's setting. Only deployment event would be sufficient.

  2. Please add a secret token from our draughtsman!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
Package server provides a server implementation to connect network transport protocols and service business logic by defining server endpoints.
Package server provides a server implementation to connect network transport protocols and service business logic by defining server endpoints.
Package service implements business logic to create Kubernetes resources against the Kubernetes API.
Package service implements business logic to create Kubernetes resources against the Kubernetes API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL