Skip to content

Commit

Permalink
Merge pull request #568 from kubero-dev/template/add-firefox
Browse files Browse the repository at this point in the history
Template / Add Firefox
  • Loading branch information
mms-gianni authored Jan 1, 2025
2 parents cefe6cb + 42326a9 commit 6a52042
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions services/firefox/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: firefox
annotations:
kubero.dev/template.architecture: '["linux/amd64", "linux/arm64", "linux/arm/v7", "linux/386"]'
kubero.dev/template.description: "Start a Firefox web browser in a Docker container"
kubero.dev/template.icon: "https://avatars.githubusercontent.com/u/109460230"
kubero.dev/template.installation: ""
kubero.dev/template.links: "[]"
kubero.dev/template.screenshots: "[]"
kubero.dev/template.source: "https://github.com/jlesage/docker-firefox"
kubero.dev/template.tags: '["security", "utility"]'
kubero.dev/template.title: "Firefox"
kubero.dev/template.website: "https://www.mozilla.org/en-US/firefox/new/"
labels:
manager: kubero
spec:
name: firefox
deploymentstrategy: docker
envVars: []
extraVolumes:
- accessMode: ReadWriteOnce
accessModes:
- ReadWriteOnce
emptyDir: false
mountPath: /config
name: firefox-volume
size: 1Gi
storageClass: standard
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "5800"
pullPolicy: Always
repository: jlesage/firefox
tag: latest

0 comments on commit 6a52042

Please sign in to comment.