Giter VIP home page Giter VIP logo

Comments (4)

shanemcd avatar shanemcd commented on June 14, 2024

Can you post the contents of my-awx.yaml?

from awx-operator.

kylecurtis-od avatar kylecurtis-od commented on June 14, 2024
---
apiVersion: awx.ansible.com/v1beta1
kind: AWX
metadata:
  name: awx
  namespace: ansible-awx
spec:
  deployment_type: awx
  tower_admin_user: test
  tower_admin_email: [email protected]
  tower_admin_password: changeme
  tower_broadcast_websocket_secret: changeme
  external_database: true
  tower_ingress_type: Ingress
  tower_ingress_annotations: |
    kubernetes.io/ingress.class: nginx-int
    nginx.ingress.kubernetes.io/proxy-connect-timeout: "30"
    nginx.ingress.kubernetes.io/proxy-read-timeout: "1800"
    nginx.ingress.kubernetes.io/proxy-send-timeout: "1800"
    nginx.ingress.kubernetes.io/ssl-redirect: "false"
  tower_hostname: mytowerurl.com
  tower_replicas: "2"
  tower_task_extra_volume_mounts: |
    - name: awx-projects-efs
      mountPath: /var/lib/awx/projects
  tower_extra_volumes: |
    - name: awx-projects-efs
      persistentVolumeClaim:
        claimName: awx-projects-efs-predev-np
  tower_web_extra_volume_mounts: |
    - name: awx-projects-efs
      mountPath: /var/lib/awx/projects

from awx-operator.

kylecurtis-od avatar kylecurtis-od commented on June 14, 2024

Just curious if anyone has looked at this. The my-awx.yml example provided is on a real kube environment that is currently at version 1.15.

from awx-operator.

kylecurtis-od avatar kylecurtis-od commented on June 14, 2024

switched to using eks on aws, which is kubernetes 1.17 currently, and there are no issues doing an apply of the yaml.

from awx-operator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.