Skip to content

blrn/app-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-operator


Example

The following Application will run Ghost and create a service and ingress.

apiVersion: apps.blrn.io/v1alpha1
kind: Application
metadata:
  name: example-application
  namespace: app-operator
spec:
  # Add fields here
  image: ghost:2-alpine
  service:
    port: 80
    targetPort: 2368
  ingress:
    host: test-operator.blrn.io
    targetPort: 80

TODO

  • Persistent Volumes
  • Envoy sidecar injection
  • Don't require service to be specified if ingress is specified.
  • ???

Releases

No releases published

Packages

No packages published